home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / TaskInfo 8.2 / tskinf82.exe / {app} / TaskInfo.exe / 1033 / HTML / TASKINFO-CMD-DESCR < prev    next >
Text File  |  2008-11-10  |  5KB  |  119 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE></TITLE>
  4. <META name="description" content="">
  5. <META name="keywords" content="">
  6. <META name="generator" content="CuteHTML">
  7. </HEAD>
  8. <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080"><font face="arial" size="+1">
  9.  
  10. <div align="center"><font size="4"><b>TaskInfo Command Line</b></font></div>
  11. <br>
  12.  
  13. <table border="1" cellpadding="2" cellspacing="0" bgcolor="white" width="100%">
  14.     <tr bgcolor="silver">
  15.         <td><b>taskinfo [s] command [options] [process.exe] [parameters]</b> , Where: </td>
  16.     </tr>
  17. </table>
  18. <table border="1" cellpadding="2" bgcolor="white" width="100%">
  19.     <tr>
  20.         <td width="100"><b>s</b></td>
  21.         <td>Silent command execution. No MessageBoxes will be shown.</td>
  22.     </tr>
  23.     <tr>
  24.         <td width="100"><b>command</b></td>
  25.         <td>command name</td>
  26.     </tr>
  27.     <tr>
  28.         <td><b>options</b></td>
  29.         <td>command parameters</td>
  30.     </tr>
  31.     <tr>
  32.         <td><b>process.exe</b></td>
  33.         <td>name of main executable file of a process (see below for details)</td>
  34.     </tr>
  35.     <tr>
  36.         <td><b>parameters</b></td>
  37.         <td>parameters of a process (see below for details)</td>
  38.     </tr>
  39. </table>
  40. <br>
  41. <table border="1" cellpadding="2" bgcolor="white" width="100%">
  42.   <tr bgcolor="silver"> 
  43.     <td width="100"><b>Command</b></td>
  44.     <td align="center"><b>Command Description</b></td>
  45.   </tr>
  46.   <tr> 
  47.     <td><b>reboot</b></td>
  48.     <td>Reboot the system (the same as "Start -> Shutdown -> Restart")</td>
  49.   </tr>
  50.   <tr> 
  51.     <td><b>freboot</b></td>
  52.     <td>Force reboot the system (don't wait for the end of any process execution 
  53.       and reboot immediately - all non-saved data will be lost!)</td>
  54.   </tr>
  55.   <tr> 
  56.     <td><b>shutdown</b></td>
  57.     <td>Shutdown the system (the same as "Start -> Shutdown -> Shutdown")</td>
  58.   </tr>
  59.   <tr> 
  60.     <td><b>fshutdown</b></td>
  61.     <td>Force shutdown the system (don't wait for the end of any process execution 
  62.       and shutdown immediately)</td>
  63.   </tr>
  64.   <tr> 
  65.     <td><b>sync</b></td>
  66.     <td>Flushes Registry and File Cache</td>
  67.   </tr>
  68.   <tr> 
  69.     <td><b>kill</b> [process.exe]</td>
  70.     <td>Terminate execution of process with main executable file named 'process.exe', 
  71.       don't wait for the end of process execution -- all non-saved data in it 
  72.       will be lost!). Example: <b>taskinfo kill winword.exe</b> - all running 
  73.       instances of Microsoft Word will be terminated immediately, all non-saved 
  74.       documents will be lost! </td>
  75.   </tr>
  76.   <tr> 
  77.     <td><b>close</b> [process.exe]</td>
  78.     <td>Terminale execution of process with main executable file named 'process.exe', 
  79.       wait for the end of its execution (process will ask about saving of non-saved 
  80.       data etc. Example: <b>taskinfo close winword.exe</b> - all running instances 
  81.       of Microsoft Word will be closed; if there are some non-saved documents, 
  82.       you will be asked about saving them before closing </td>
  83.   </tr>
  84.   <tr> 
  85.     <td><b>flush</b> [process.exe]</td>
  86.     <td>Flushes "Memory Pages from RAM" of process with main executable file named 
  87.       'process.exe', Works only in WinNT/2k/XP. Example: <b>taskinfo flush winword.exe</b> 
  88.       - all memory pages of Microsoft Word will be flushed out of RAM. </td>
  89.   </tr>
  90.   <tr> 
  91.     <td><b>rpri</b> [priority] [process.exe] [parameters]</td>
  92.     <td>launch execution of a process with main executable file named 'process.exe' 
  93.       (you should specify a full path to this file here) with specified priority, 
  94.       and optional parameters for the process being launched. Priority can be 
  95.       one of: 'idle', 'norm', 'high', 'real', 'anorm', 'bnorm' (two last ones 
  96.       are valid only under Windows NT/2k/XP) Example: <b>taskinfo rpri "C:\\Program 
  97.       Files\\Internet Explorer\\iexplore.exe" high</b> - launch Internet Explorer 
  98.       with high priority (note that path with spaces should be quoted) </td>
  99.   </tr>
  100.   <tr>
  101.     <td><b>pl</b> [file name]</td>
  102.     <td>Save Processes Information to file "file name". Example: <b>taskinfo 
  103.       pl proc.txt</b> - <font size="+1" face="arial">s</font>ave processes information 
  104.       to "proc.txt" file.</td>
  105.   </tr>
  106.   <tr> 
  107.     <td><b>spri</b> [priority] [process.exe]</td>
  108.     <td>set priority to all running instances of a process named 'process.exe' 
  109.       (values of priority are the same as in a previous command) Example: <b>taskinfo 
  110.       spri iexplore.exe norm</b> - set normal priority to all running instances 
  111.       of Internet Explorer </td>
  112.   </tr>
  113. </table>
  114.  
  115.  
  116.  
  117. </font></BODY>
  118. </HTML>
  119.